body {
	font-family: geneva, arial, helvetica, sans-serif;
	padding: 0;
	margin: 0 3%;
}

#treeview, #treeview ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#treeview li a.notactive, #treeview li a.active, #treeview li a.loading
{
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 0px;
	color: black;
	text-decoration: none;
	display: block;
	width: 15%;
}
